(set #cpp_welcome "Willkommen beim Setup für die C/C++-Erweiterung !")
(set #cpp_copyright "Mit der C/C++Erweiterung wird Material anderer Entwickler installiert. Entsprechende Inhalte werden mit Genehmigung der Rechteinhaber mitgeliefert, sind aber kein Bestandteil von GoldED Studio und fallen nicht unter dessen Nutzungsbedingungen.")
(set #cpp_disclaimer "THE AMIGA NDK IS COPYRIGHT TO AND DISTRIBUTED WITH PERMISSION OF AMIGA INC. 'AMIGA' AND THE 'BOING BALL' ARE REGISTERED TRADE MARKS OF AMIGA INC. ALL RIGHTS RESERVED. VBCC IS COPYRIGHTED TO AND DISTRIBUTED WITH PERMISSION OF VOLKER BARTHELMANN. GCC IS DISTRIBUTED UNDER THE TERMS OF THE GNU PUBLIC LICENSE. FDTOPRAGMA WAS CREATED BY DIRK STOECKER AND HAS BEEN PLACED IN THE PUBLIC DOMAIN.")
(set #cpp_missing "Die folgende Komponente kann nicht installiert werden, da sie wegen des grossen Umfangs nur mit der CD-ROM-Version dieser Software ausgeliefert wird:")
(set #cpp_optional_help "Installieren Sie einen C/C++-Compiler, wenn Sie noch keinen Compiler besitzen oder die vorhandene Installation aktualisieren möchten. Installieren Sie das NDK, wenn Sie die Online-Hilfe-Funktion benutzen möchten (empfohlen).")
(set #cpp_installndk "Installation des Native Developer Toolkits...")
(set #cpp_installvbcc "Installation von vbcc...")
(set #cpp_installgg "Installation von gcc (GeekGadgets)...")
(set #cpp_uninstalling "Die C/C++-Erweiterung wird entfernt ...")
(set #cpp_badversion "Diese Software benötigt GoldED Studio AIX Service Pack 10 !")
(set #cpp_startup "Assigns für vbcc in s:user-startup aufnehmen (empfohlen) ?")
(set #cpp_support "Legen Sie fest, welche C/C++-Compiler unterstützt werden sollen (Sie können mehrere Compiler auswählen):")
(set #cpp_other "Anderer Compiler")
(set #cpp_install "Installieren")
(set #cpp_uninstall "Entfernen")
(set #cpp_golded "Bitte installieren Sie GoldED, bevor Sie diese Installation ausführen !")
(set #cpp_registry "Registry wird aktualisiert...")
(set #cpp_language "Einige Komponenten dieser Erweiterung liegen in verschiedenen Sprachversionen vor. Wählen Sie eine Sprache aus:")
(set #cpp_parser "Farbhervorhebung für C/C++ konfigurieren")
(set #cpp_parser_help "Die Einstellung der Farbhervorhebung wirkt sich stark auf die Arbeitsgeschwindigkeit des Editors aus. Auf Rechnern ohne Grafikkarte (ECS/AGA) sollte die Farbhervorhebung deaktiviert werden.")
(set #cpp_words "Automatische Groß/Kleinschreibung für C/C++ konfigurieren")
(set #cpp_words_help "Die automatische Korrektur der Groß/Kleinschreibung erleichtert die fehlerfreie Eingabe typischer AmigaOS-Funktions- und Strukturnamen. Diese Einstellung wirkt sich auf die Arbeitsgeschwindigkeit und den Speicherverbrauch aus.")
(set #cpp_words_on "Korrektur aktivieren")
(set #cpp_words_none "Korrektur abschalten")
(set #cpp_remove "Diese Compiler entfernen:")
(set #cpp_remove_vbcc "vbcc")
(set #cpp_remove_gg "GeekGadgets (gcc)")
(set #cpp_inlines "Inline-Dateien werden erzeugt...")
(set #cpp_fd2pragma "Fehler beim Erzeugen der Inline-Dateien !\n\nWeitere Angaben finden Sie in der Datei t:fd2pragma.log.")
)
; ELSE
(
(set #cpp_welcome "Welcome to the setup for the C/C++ add-on !")
(set #cpp_copyright "The C/C++ setup installs material provided by other developers and companies. Such material is included with permission of the copyright owners but is not to part of GoldED Studio and not subject to its terms of usage.")
(set #cpp_disclaimer "THE AMIGA NDK IS COPYRIGHT TO AND DISTRIBUTED WITH PERMISSION OF AMIGA INC. 'AMIGA' AND THE 'BOING BALL' ARE REGISTERED TRADE MARKS OF AMIGA INC. ALL RIGHTS RESERVED. VBCC IS COPYRIGHTED TO AND DISTRIBUTED WITH PERMISSION OF VOLKER BARTHELMANN. GCC IS DISTRIBUTED UNDER THE TERMS OF THE GNU PUBLIC LICENSE. FDTOPRAGMA WAS CREATED BY DIRK STOECKER AND HAS BEEN PLACED IN THE PUBLIC DOMAIN.")
(set #cpp_missing "The following component can not be installed because it is only included with the CD-ROM version of this software (due to its size):")
(set #cpp_optional "Select optional components for installation:")
(set #cpp_optional_help "Install a C/C++ compiler if none is installed so far or if you want to upgrade the current installation. Install the NDK if you whish to use the online help (recommended).")
(set #cpp_Parser_none "No syntax highlighting (ECS/AGA)")
(set #cpp_parser_help "Settings for color-coded text drastically affect performance of the editor. You should disable colorcoded text on ECS/AGA Amigas without a graphics card.")
(set #cpp_words "Configure automatic case correction for C/C++")
(set #cpp_words_help "Automatic case correcion simplifies correct input of typical AmigaOS function names and structure names. This settings affects performance and memory usage.")
(set #cpp_words_on "Enable case correction")
(set #cpp_words_none "Disable case correction")
(set #cpp_remove "Uninstall these compilers:")
(set #cpp_remove_vbcc "vbcc")
(set #cpp_remove_gg "GeekGadgets (gcc)")
(set #cpp_inlines "Generating inline files...")
(set #cpp_fd2pragma "Error detected while generating inline files !\n\nSee t:fd2pragma.log for details.")